[INFO] cloning repository https://github.com/thekevinscott/dirsql
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thekevinscott/dirsql" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthekevinscott%2Fdirsql", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthekevinscott%2Fdirsql'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6536c7e5646f7299bb65d4d7f8d5a0337169ee92
[INFO] testing thekevinscott/dirsql against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthekevinscott%2Fdirsql" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/thekevinscott/dirsql
[INFO] finished tweaking git repo https://github.com/thekevinscott/dirsql
[INFO] tweaked toml for git repo https://github.com/thekevinscott/dirsql written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/thekevinscott/dirsql on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/thekevinscott/dirsql already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b5fbfdccda64280155acf360f1e29261e734e3f292753c0a367eb1d38073e7b0
[INFO] running `Command { std: "docker" "start" "-a" "b5fbfdccda64280155acf360f1e29261e734e3f292753c0a367eb1d38073e7b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b5fbfdccda64280155acf360f1e29261e734e3f292753c0a367eb1d38073e7b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b5fbfdccda64280155acf360f1e29261e734e3f292753c0a367eb1d38073e7b0", kill_on_drop: false }`
[INFO] [stdout] b5fbfdccda64280155acf360f1e29261e734e3f292753c0a367eb1d38073e7b0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a90ef91861bfeab43b879cc92480cd2ba0945b4a79508d9872689a6bee10a647
[INFO] running `Command { std: "docker" "start" "-a" "a90ef91861bfeab43b879cc92480cd2ba0945b4a79508d9872689a6bee10a647", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling napi-build v2.3.1
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling dtor-proc-macro v0.0.12
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling notify-types v1.0.1
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling ctor-proc-macro v0.0.12
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling dtor v0.7.0
[INFO] [stderr]    Compiling napi v3.8.5
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling libloading v0.9.0
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling dirsql-napi v0.1.0 (/opt/rustwide/workdir/packages/ts/napi)
[INFO] [stderr]    Compiling ctor v0.10.0
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling nohash-hasher v0.2.0
[INFO] [stderr]    Compiling napi-sys v3.2.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling convert_case v0.11.0
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]    Compiling inotify v0.10.2
[INFO] [stderr]    Compiling libsqlite3-sys v0.32.0
[INFO] [stderr]    Compiling blake3 v1.8.4
[INFO] [stderr]    Compiling notify v7.0.0
[INFO] [stderr]    Compiling napi-derive-backend v5.0.3
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling napi-derive v3.5.4
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling rusqlite v0.34.0
[INFO] [stderr]    Compiling dirsql v0.2.7 (/opt/rustwide/workdir/packages/rust)
[INFO] [stderr]    Compiling dirsql-py-ext v0.2.7 (/opt/rustwide/workdir/packages/python)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.51s
[INFO] running `Command { std: "docker" "inspect" "a90ef91861bfeab43b879cc92480cd2ba0945b4a79508d9872689a6bee10a647", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a90ef91861bfeab43b879cc92480cd2ba0945b4a79508d9872689a6bee10a647", kill_on_drop: false }`
[INFO] [stdout] a90ef91861bfeab43b879cc92480cd2ba0945b4a79508d9872689a6bee10a647
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c63b098b5c50b702fd7e2cc017a124e84743a37571e26ed7f38b254b6ed5d7dd
[INFO] running `Command { std: "docker" "start" "-a" "c63b098b5c50b702fd7e2cc017a124e84743a37571e26ed7f38b254b6ed5d7dd", kill_on_drop: false }`
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling rusqlite v0.34.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling notify v7.0.0
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling rustls v0.23.38
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling rustls-native-certs v0.6.3
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling assert_cmd v2.2.1
[INFO] [stderr]    Compiling iri-string v0.7.12
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling predicates v3.1.4
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling napi-derive-backend v5.0.3
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling rustls-webpki v0.103.12
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling pin-project v1.1.11
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling napi-derive v3.5.4
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling napi v3.8.5
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling dirsql v0.2.7 (/opt/rustwide/workdir/packages/rust)
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling tokio-io-timeout v1.2.1
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling dirsql-py-ext v0.2.7 (/opt/rustwide/workdir/packages/python)
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling dirsql-napi v0.1.0 (/opt/rustwide/workdir/packages/ts/napi)
[INFO] [stderr]    Compiling hyper-timeout v0.4.1
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling eventsource-client v0.13.0
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 18s
[INFO] running `Command { std: "docker" "inspect" "c63b098b5c50b702fd7e2cc017a124e84743a37571e26ed7f38b254b6ed5d7dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c63b098b5c50b702fd7e2cc017a124e84743a37571e26ed7f38b254b6ed5d7dd", kill_on_drop: false }`
[INFO] [stdout] c63b098b5c50b702fd7e2cc017a124e84743a37571e26ed7f38b254b6ed5d7dd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2e49b1e9e686b13fc07f26d40691939f45a0a8ff8a2b6945f0e8a6ccc33eab3a
[INFO] running `Command { std: "docker" "start" "-a" "2e49b1e9e686b13fc07f26d40691939f45a0a8ff8a2b6945f0e8a6ccc33eab3a", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.45s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dirsql-eeb2d38487ef2be4)
[INFO] [stdout] 
[INFO] [stdout] running 176 tests
[INFO] [stdout] test config::tests::completely_empty_config ... ok
[INFO] [stdout] test config::tests::empty_tables_list ... ok
[INFO] [stdout] test config::tests::invalid_toml_returns_error ... ok
[INFO] [stdout] test config::tests::missing_ddl_returns_error ... ok
[INFO] [stdout] test config::tests::persist_defaults_to_false ... ok
[INFO] [stdout] test config::tests::root_absent_by_default ... ok
[INFO] [stdout] test config::tests::load_config_missing_file_returns_io_error ... ok
[INFO] [stdout] test config::tests::no_dirsql_section_defaults_to_empty_ignore ... ok
[INFO] [stdout] test db::tests::create_table_from_ddl ... ok
[INFO] [stdout] test db::tests::create_table_injects_tracking_columns ... ok
[INFO] [stdout] test db::tests::create_table_invalid_ddl_returns_error ... ok
[INFO] [stdout] test db::tests::create_table_rejects_ddl_with_sql_syntax_in_name_slot ... ok
[INFO] [stdout] test db::tests::create_table_without_parseable_name_fails_at_parse ... ok
[INFO] [stdout] test config::tests::root_can_be_absolute ... ok
[INFO] [stdout] test db::tests::db_error_display_messages ... ok
[INFO] [stdout] test config::tests::persist_true_is_parsed ... ok
[INFO] [stdout] test config::tests::valid_config_parses_required_fields ... ok
[INFO] [stdout] test config::tests::unknown_top_level_keys_in_table_are_rejected ... ok
[INFO] [stdout] test config::tests::load_config_from_file ... ok
[INFO] [stdout] test db::tests::delete_from_nonexistent_table_returns_error ... ok
[INFO] [stdout] test config::tests::optional_root_parses_when_present ... ok
[INFO] [stdout] test db::tests::get_table_columns_nonexistent_table_returns_empty ... ok
[INFO] [stdout] test db::tests::insert_into_nonexistent_table_returns_error ... ok
[INFO] [stdout] test db::tests::delete_rows_by_file_path ... ok
[INFO] [stdout] test db::tests::normalize_row_propagates_column_lookup_error ... ok
[INFO] [stdout] test db::tests::insert_and_query_blob_value ... ok
[INFO] [stdout] test db::tests::insert_row_rejects_column_name_with_sql_syntax ... ok
[INFO] [stdout] test db::tests::delete_rows_by_file_returns_zero_for_no_matching_rows ... ok
[INFO] [stdout] test db::tests::get_table_columns_returns_user_columns_only ... ok
[INFO] [stdout] test db::tests::insert_and_query_null_value ... ok
[INFO] [stdout] test db::tests::insert_and_query_real_value ... ok
[INFO] [stdout] test db::tests::normalize_row_strict_errors_on_extra_keys ... ok
[INFO] [stdout] test db::tests::insert_and_query_rows ... ok
[INFO] [stdout] test db::tests::normalize_row_relaxed_fills_missing_with_null ... ok
[INFO] [stdout] test db::tests::open_on_unopenable_path_returns_error ... ok
[INFO] [stdout] test db::tests::normalize_row_relaxed_drops_extra_keys ... ok
[INFO] [stdout] test db::tests::parse_table_name_if_not_exists ... ok
[INFO] [stdout] test db::tests::parse_table_name_empty_after_create_table ... ok
[INFO] [stdout] test db::tests::normalize_row_strict_accepts_exact_match ... ok
[INFO] [stdout] test db::tests::parse_table_name_invalid ... ok
[INFO] [stdout] test config::tests::missing_glob_returns_error ... ok
[INFO] [stdout] test config::tests::multiple_tables_preserve_order ... ok
[INFO] [stdout] test db::tests::inject_tracking_columns_modifies_ddl ... ok
[INFO] [stdout] test db::tests::inject_tracking_columns_rejects_missing_paren ... ok
[INFO] [stdout] test db::tests::normalize_row_strict_errors_on_missing_keys ... ok
[INFO] [stdout] test db::tests::parse_table_name_no_space_before_paren ... ok
[INFO] [stdout] test db::tests::insert_multiple_rows_from_same_file ... ok
[INFO] [stdout] test db::tests::parse_table_name_simple ... ok
[INFO] [stdout] test db::tests::strip_sql_noise_handles_escaped_quote ... ok
[INFO] [stdout] test db::tests::strip_sql_noise_removes_block_comments ... ok
[INFO] [stdout] test db::tests::validate_identifier_accepts_simple_names ... ok
[INFO] [stdout] test db::tests::strip_sql_noise_removes_line_comments ... ok
[INFO] [stdout] test db::tests::validate_identifier_rejects_empty ... ok
[INFO] [stdout] test db::tests::validate_identifier_rejects_sql_syntax ... ok
[INFO] [stdout] test db::tests::value_from_sqlite_integer ... ok
[INFO] [stdout] test db::tests::value_from_sqlite_null ... ok
[INFO] [stdout] test db::tests::value_from_sqlite_blob ... ok
[INFO] [stdout] test db::tests::value_from_sqlite_real ... ok
[INFO] [stdout] test db::tests::query_honors_explicit_dirsql_alongside_user_columns ... ok
[INFO] [stdout] test db::tests::query_does_not_leak_dirsql_for_string_literal_mention ... ok
[INFO] [stdout] test db::tests::query_filters_dirsql_columns_from_star ... ok
[INFO] [stdout] test db::tests::query_does_not_leak_dirsql_for_comment_mention ... ok
[INFO] [stdout] test db::tests::query_honors_explicit_dirsql_file_path ... ok
[INFO] [stdout] test db::tests::query_invalid_sql_returns_error ... ok
[INFO] [stdout] test db::tests::query_honors_explicit_dirsql_row_index ... ok
[INFO] [stdout] test db::tests::query_with_where_clause ... ok
[INFO] [stdout] test db::tests::value_from_sqlite_text ... ok
[INFO] [stdout] test db::tests::value_to_sql_blob ... ok
[INFO] [stdout] test db::tests::value_to_sql_integer ... ok
[INFO] [stdout] test db::tests::value_to_sql_null ... ok
[INFO] [stdout] test db::tests::value_to_sql_real ... ok
[INFO] [stdout] test db::tests::value_to_sql_text ... ok
[INFO] [stdout] test differ::tests::all_deletes_when_new_is_none ... ok
[INFO] [stdout] test differ::tests::all_inserts_when_old_is_none ... ok
[INFO] [stdout] test differ::tests::full_replace_deletes_before_inserts ... ok
[INFO] [stdout] test differ::tests::insert_events_for_appended_lines ... ok
[INFO] [stdout] test db::tests::strip_sql_noise_preserves_quoted_identifiers ... ok
[INFO] [stdout] test db::tests::strip_sql_noise_removes_string_literals ... ok
[INFO] [stdout] test db::tests::query_keeps_dirsql_when_filter_references_it_with_star_projection ... ok
[INFO] [stdout] test differ::tests::full_replace_when_file_shrinks ... ok
[INFO] [stdout] test differ::tests::full_replace_when_more_than_half_changed ... ok
[INFO] [stdout] test differ::tests::no_events_when_both_none ... ok
[INFO] [stdout] test differ::tests::no_events_when_content_identical ... ok
[INFO] [stdout] test differ::tests::single_row_no_change ... ok
[INFO] [stdout] test differ::tests::no_full_replace_when_exactly_half_changed ... ok
[INFO] [stdout] test differ::tests::single_row_update ... ok
[INFO] [stdout] test internal_tests::compute_stat_virtuals_handles_empty_path ... ok
[INFO] [stdout] test internal_tests::handle_upsert_returns_empty_when_file_vanished ... ok
[INFO] [stdout] test internal_tests::compute_stat_virtuals_populates_from_real_file ... ok
[INFO] [stdout] test internal_tests::compute_stat_virtuals_skips_absent_fields ... ok
[INFO] [stdout] test internal_tests::reconcile_scan_hash_confirms_in_racy_window ... ok
[INFO] [stdout] test internal_tests::finish_build_errors_on_ghost_scanned_file ... ok
[INFO] [stdout] test internal_tests::handle_delete_surfaces_db_failure ... ok
[INFO] [stdout] test internal_tests::reconcile_scan_errors_when_file_vanished ... ok
[INFO] [stdout] test differ::tests::update_event_for_changed_line ... ok
[INFO] [stdout] test internal_tests::handle_upsert_surfaces_normalize_error_in_strict_mode ... ok
[INFO] [stdout] test internal_tests::process_file_event_skips_ignored_paths ... ok
[INFO] [stdout] test internal_tests::handle_upsert_returns_empty_for_unknown_table ... ok
[INFO] [stdout] test internal_tests::reconcile_scan_racy_window_without_hash_reparses ... ok
[INFO] [stdout] test matcher::tests::capture_multiple_segments ... ok
[INFO] [stdout] test matcher::tests::double_star_at_end_matches_any_depth ... ok
[INFO] [stdout] test matcher::tests::capture_with_trailing_double_star ... ok
[INFO] [stdout] test matcher::tests::capture_single_segment ... ok
[INFO] [stdout] test matcher::tests::capture_with_question_mark ... ok
[INFO] [stdout] test matcher::tests::capture_with_glob_star ... ok
[INFO] [stdout] test matcher::tests::empty_matcher_matches_nothing ... ok
[INFO] [stdout] test matcher::tests::invalid_ignore_pattern_returns_error ... ok
[INFO] [stdout] test matcher::tests::is_ignored_returns_true_for_matching_pattern ... ok
[INFO] [stdout] test matcher::tests::capture_with_double_star ... ok
[INFO] [stdout] test matcher::tests::capture_no_match_returns_none ... ok
[INFO] [stdout] test matcher::tests::invalid_glob_returns_error ... ok
[INFO] [stdout] test matcher::tests::match_file_returns_none_for_no_match ... ok
[INFO] [stdout] test matcher::tests::first_matching_pattern_wins ... ok
[INFO] [stdout] test matcher::tests::match_file_returns_table_for_matching_glob ... ok
[INFO] [stdout] test matcher::tests::no_captures_returns_empty_map ... ok
[INFO] [stdout] test matcher::tests::is_ignored_returns_false_for_non_matching_path ... ok
[INFO] [stdout] test persist::tests::canonical_root_falls_back_to_literal_when_canonicalize_fails ... ok
[INFO] [stdout] test matcher::tests::match_file_with_nested_path ... ok
[INFO] [stdout] test matcher::tests::question_mark_matches_single_non_separator_char ... ok
[INFO] [stdout] test persist::tests::delete_file_propagates_missing_table_error ... ok
[INFO] [stdout] test matcher::tests::match_file_still_works_with_captures_in_pattern ... ok
[INFO] [stdout] test persist::tests::ensure_parent_dir_is_noop_for_bare_filename ... ok
[INFO] [stdout] test persist::tests::drop_user_tables_clears_user_data_and_files_index ... ok
[INFO] [stdout] test persist::tests::glob_config_hash_changes_when_glob_changes ... ok
[INFO] [stdout] test persist::tests::glob_config_hash_changes_when_strict_changes ... ok
[INFO] [stdout] test persist::tests::ensure_parent_dir_creates_missing_parents ... ok
[INFO] [stdout] test persist::tests::delete_file_removes_row ... ok
[INFO] [stdout] test persist::tests::glob_config_hash_is_deterministic ... ok
[INFO] [stdout] test persist::tests::hash_file_errors_on_missing_path ... ok
[INFO] [stdout] test persist::tests::read_cached_files_propagates_missing_table_error ... ok
[INFO] [stdout] test persist::tests::hash_file_returns_blake3_digest ... ok
[INFO] [stdout] test persist::tests::meta_is_compatible_fails_on_mismatch_or_missing ... ok
[INFO] [stdout] test persist::tests::meta_is_compatible_passes_when_all_keys_match ... ok
[INFO] [stdout] test persist::tests::ensure_parent_dir_errors_when_parent_is_a_file ... ok
[INFO] [stdout] test persist::tests::read_cached_files_drops_malformed_content_hash ... ok
[INFO] [stdout] test persist::tests::resolve_persist_path_honors_override ... ok
[INFO] [stdout] test persist::tests::resolve_persist_path_defaults_to_dirsql_cache_db ... ok
[INFO] [stdout] test persist::tests::system_time_to_ns_returns_zero_for_none ... ok
[INFO] [stdout] test persist::tests::read_meta_propagates_missing_table_error ... ok
[INFO] [stdout] test persist::tests::read_rows_for_file_handles_empty_user_columns ... ok
[INFO] [stdout] test persist::tests::upsert_and_read_meta_round_trip ... ok
[INFO] [stdout] test persist::tests::read_rows_for_file_returns_user_columns ... ok
[INFO] [stdout] test readonly_tests::error_helpers_build_expected_variants ... ok
[INFO] [stdout] test persist::tests::upsert_file_propagates_missing_table_error ... ok
[INFO] [stdout] test persist::tests::upsert_and_read_files_round_trip ... ok
[INFO] [stdout] test readonly_tests::map_db_error_leaves_schema_mismatch_as_core ... ok
[INFO] [stdout] test readonly_tests::map_db_error_leaves_sqlite_errors_as_core ... ok
[INFO] [stdout] test readonly_tests::map_db_error_promotes_write_forbidden ... ok
[INFO] [stdout] test persist::tests::upsert_meta_propagates_missing_table_error ... ok
[INFO] [stdout] test scanner::tests::scan_returns_empty_for_no_matches ... ok
[INFO] [stdout] test scanner::tests::scan_finds_matching_files ... ok
[INFO] [stdout] test scanner::tests::scan_excludes_top_level_dirsql_directory ... ok
[INFO] [stdout] test scanner::tests::scan_skips_directories ... ok
[INFO] [stdout] test scanner::tests::scan_skips_ignored_files ... ok
[INFO] [stdout] test scanner::tests::scan_recurses_into_subdirectories ... ok
[INFO] [stdout] test watcher::tests::translate_event_ignores_other_kind ... ok
[INFO] [stdout] test watcher::tests::translate_event_empty_paths ... ok
[INFO] [stdout] test watcher::tests::translate_event_maps_modify ... ok
[INFO] [stdout] test watcher::tests::translate_event_maps_create ... ok
[INFO] [stdout] test watcher::tests::translate_event_maps_remove ... ok
[INFO] [stdout] test watcher::tests::translate_event_ignores_access_events ... ok
[INFO] [stdout] test watcher::tests::translate_event_multiple_paths ... ok
[INFO] [stdout] test internal_tests::handle_delete_surfaces_db_poison ... ok
[INFO] [stdout] test internal_tests::handle_delete_surfaces_file_rows_poison ... ok
[INFO] [stdout] test internal_tests::query_surfaces_lock_poison ... ok
[INFO] [stdout] test internal_tests::handle_upsert_surfaces_file_rows_poison ... ok
[INFO] [stdout] test internal_tests::start_watching_surfaces_lock_poison ... ok
[INFO] [stdout] test internal_tests::handle_upsert_surfaces_db_poison ... ok
[INFO] [stdout] test internal_tests::run_channel_loop_emits_error_event_on_poll_failure ... ok
[INFO] [stdout] test internal_tests::poll_once_surfaces_lock_poison ... ok
[INFO] [stdout] test persist::tests::create_sidecar_is_idempotent ... ok
[INFO] [stdout] test watcher::tests::detects_file_creation ... ok
[INFO] [stdout] test watcher::tests::detects_file_deletion ... ok
[INFO] [stdout] test watcher::tests::recv_blocks_until_event_arrives ... ok
[INFO] [stdout] test watcher::tests::detects_file_modification ... ok
[INFO] [stderr]      Running tests/async_sdk.rs (/opt/rustwide/target/debug/deps/async_sdk-531ae01fd32ffaa4)
[INFO] [stdout] test watcher::tests::try_recv_all_drains_pending_events ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 176 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.69s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test build_async_without_root_errors ... ok
[INFO] [stdout] test from_config_path_loads_config ... ok
[INFO] [stdout] test init_failure_surfaces_through_ready_and_sync ... ok
[INFO] [stdout] test it_raises_on_invalid_sql ... ok
[INFO] [stdout] test it_queries_asynchronously ... ok
[INFO] [stdout] test sync_backed_methods_before_ready_error ... ok
[INFO] [stdout] test it_indexes_files_after_ready ... ok
[INFO] [stdout] test it_allows_multiple_ready_calls ... ok
[INFO] [stdout] test it_constructs_without_blocking ... ok
[INFO] [stdout] test it_supports_ignore_patterns ... ok
[INFO] [stdout] test it_streams_watch_events ... ok
[INFO] [stdout] test start_watching_and_poll_events_forward ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_e2e.rs (/opt/rustwide/target/debug/deps/cli_e2e-2730646d34acb316)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_integration.rs (/opt/rustwide/target/debug/deps/cli_integration-b59caa3e3f3ef062)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/code_review_findings.rs (/opt/rustwide/target/debug/deps/code_review_findings-f46f7aa61fc1ecb5)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test i6_parser_versions_json_no_longer_lists_removed_parsers ... ok
[INFO] [stdout] test s1_ddl_with_semicolon_in_table_name_slot_is_rejected ... ok
[INFO] [stdout] test s1_column_name_with_sql_syntax_produces_clean_error ... ok
[INFO] [stdout] test i3_watch_error_exposes_underlying_source ... ok
[INFO] [stdout] test s2_dirsql_filter_not_bypassed_by_string_literal ... ok
[INFO] [stdout] test p7_builder_exposes_poll_interval ... ok
[INFO] [stdout] test i8_ext_preserves_original_case ... ok
[INFO] [stdout] test s2_dirsql_filter_not_bypassed_by_comment_mention ... ok
[INFO] [stdout] test p5_hash_file_matches_blake3_of_2mib_payload ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/docs_examples.rs (/opt/rustwide/target/debug/deps/docs_examples-644a99ca0b9570ef)
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test it_matches_getting_started_join_example ... ok
[INFO] [stdout] test it_matches_async_guide_count_query ... ok
[INFO] [stdout] test it_matches_async_guide_basic_usage ... ok
[INFO] [stdout] test it_matches_querying_guide_aggregation ... ok
[INFO] [stdout] test it_matches_tables_guide_constraints ... ok
[INFO] [stdout] test it_matches_getting_started_query_all_posts ... ok
[INFO] [stdout] test it_matches_async_guide_ready_idempotent ... ok
[INFO] [stdout] test it_matches_tables_guide_skip_files ... ok
[INFO] [stdout] test it_matches_tables_guide_single_object_json ... ok
[INFO] [stdout] test it_matches_tables_guide_derive_from_path ... ok
[INFO] [stdout] test it_matches_tables_guide_multiple_rows_per_file ... ok
[INFO] [stdout] test it_matches_tables_guide_ignore_patterns ... ok
[INFO] [stdout] test it_matches_querying_guide_return_format ... ok
[INFO] [stdout] test it_matches_querying_guide_where_filter ... ok
[INFO] [stdout] test it_matches_querying_guide_internal_columns_excluded ... ok
[INFO] [stdout] test it_matches_tables_guide_multiple_tables ... ok
[INFO] [stdout] test it_matches_querying_guide_select_all ... ok
[INFO] [stdout] test it_matches_querying_guide_error_handling ... ok
[INFO] [stdout] test it_matches_querying_guide_empty_results ... ok
[INFO] [stdout] test it_matches_tables_guide_typed_columns ... ok
[INFO] [stdout] test it_matches_watching_guide_update_event ... ok
[INFO] [stdout] test it_matches_watching_guide_insert_event ... ok
[INFO] [stdout] test it_matches_watching_guide_delete_event ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/docs_gaps.rs (/opt/rustwide/target/debug/deps/docs_gaps-457a16933f668c72)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test strict_true_rejects_extra_keys_from_extract ... ok
[INFO] [stdout] test strict_true_allows_exact_match ... ok
[INFO] [stdout] test extract_blob_values_round_trip_via_sdk ... ok
[INFO] [stdout] test watch_insert_event_carries_relative_file_path ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/from_config.rs (/opt/rustwide/target/debug/deps/from_config-6c34eeb00565ee89)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test from_config_missing_config_file_returns_error ... ok
[INFO] [stdout] test from_config_absolute_root_is_used_verbatim ... ok
[INFO] [stdout] test from_config_strict_table_builds ... ok
[INFO] [stdout] test from_config_honors_ignore_patterns ... ok
[INFO] [stdout] test from_config_produces_one_row_per_matched_file ... ok
[INFO] [stdout] test from_config_exposes_stat_virtuals ... ok
[INFO] [stdout] test from_config_with_path_captures_promotes_them_to_columns ... ok
[INFO] [stdout] test from_config_with_no_matching_files_yields_empty_table ... ok
[INFO] [stdout] test async_from_config_works ... ok
[INFO] [stdout] test from_config_undeclared_stat_columns_are_silently_dropped ... ok
[INFO] [stdout] test from_config_persist_true_with_relative_persist_path ... ok
[INFO] [stdout] test from_config_persist_true_with_absolute_persist_path ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/init_e2e.rs (/opt/rustwide/target/debug/deps/init_e2e-f85e0eaac3097e8b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/init_integration.rs (/opt/rustwide/target/debug/deps/init_integration-7ba1c903b7d4fcba)
[INFO] [stderr]      Running tests/persist.rs (/opt/rustwide/target/debug/deps/persist-deb0421a085b25cc)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test persist_with_unopenable_path_errors ... ok
[INFO] [stdout] test dirsql_directory_excluded_when_persist_disabled ... ok
[INFO] [stdout] test custom_persist_path_is_honored ... ok
[INFO] [stdout] test warm_start_ingests_new_file ... ok
[INFO] [stdout] test glob_config_change_forces_full_rebuild ... ok
[INFO] [stdout] test cache_contains_sidecar_tables ... ok
[INFO] [stdout] test warm_start_skips_extract_for_unchanged_files ... ok
[INFO] [stdout] test cold_start_writes_cache_at_default_path ... ok
[INFO] [stdout] test dirsql_directory_excluded_when_persist_enabled ... ok
[INFO] [stdout] test corrupted_meta_triggers_full_rebuild ... ok
[INFO] [stdout] test warm_start_drops_rows_for_deleted_file ... ok
[INFO] [stdout] test warm_start_returns_same_rows_as_cold_rebuild ... ok
[INFO] [stdout] test warm_start_reparses_modified_file ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.52s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/readonly_query.rs (/opt/rustwide/target/debug/deps/readonly_query-07f3fa09ba9ea14b)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test it_allows_select_after_leading_comment ... ok
[INFO] [stdout] test it_allows_select_with_leading_whitespace ... ok
[INFO] [stdout] test it_allows_with_cte_queries ... ok
[INFO] [stdout] test it_rejects_drop_table_via_query ... ok
[INFO] [stdout] test it_allows_mixed_case_keywords ... ok
[INFO] [stdout] test it_rejects_alter_table_via_query ... ok
[INFO] [stdout] test it_rejects_replace_via_query ... ok
[INFO] [stdout] test it_rejects_create_table_via_query ... ok
[INFO] [stdout] test it_rejects_insert_via_query ... ok
[INFO] [stdout] test it_rejects_analyze_via_query ... ok
[INFO] [stdout] test it_rejects_write_after_leading_block_comment ... ok
[INFO] [stdout] test it_rejects_delete_via_query ... ok
[INFO] [stdout] test it_rejects_update_via_query ... ok
[INFO] [stdout] test it_rejects_vacuum_via_query ... ok
[INFO] [stdout] test it_rejects_write_after_leading_line_comment ... ok
[INFO] [stdout] test write_forbidden_error_mentions_read_only ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/sdk.rs (/opt/rustwide/target/debug/deps/sdk-11e7905d6962ef04)
[INFO] [stdout] 
[INFO] [stdout] running 33 tests
[INFO] [stdout] test binary_file_under_glob_does_not_break_build ... ok
[INFO] [stdout] test builder_without_root_or_config_errors ... ok
[INFO] [stdout] test builder_config_loads_tables_and_root ... ok
[INFO] [stdout] test builder_config_root_resolves_relative_to_config_parent ... ok
[INFO] [stdout] test duplicate_table_name_errors ... ok
[INFO] [stdout] test invalid_glob_errors ... ok
[INFO] [stdout] test extract_error_surfaces_as_extract_error ... ok
[INFO] [stdout] test it_fills_missing_keys_with_null ... ok
[INFO] [stdout] test it_splits_scan_and_build_for_async_bindings ... ok
[INFO] [stdout] test it_ignores_extra_keys_by_default ... ok
[INFO] [stdout] test it_allows_exact_match_in_strict_mode ... ok
[INFO] [stdout] test it_raises_on_missing_keys_in_strict_mode ... ok
[INFO] [stdout] test builder_root_and_table_match_new ... ok
[INFO] [stdout] test it_raises_on_extra_keys_in_strict_mode ... ok
[INFO] [stdout] test it_honors_ignore_patterns ... ok
[INFO] [stdout] test builder_ignore_filters_files ... ok
[INFO] [stdout] test unparseable_ddl_errors ... ok
[INFO] [stdout] test prepare_without_root_errors ... ok
[INFO] [stdout] test builder_appends_programmatic_tables_to_config_tables ... ok
[INFO] [stdout] test it_indexes_and_queries_rows ... ok
[INFO] [stdout] test builder_explicit_root_overrides_config_root ... ok
[INFO] [stdout] test wait_file_events_after_watch_errors ... ok
[INFO] [stdout] test watch_twice_errors_with_already_started ... ok
[INFO] [stdout] test undeclared_capture_is_dropped ... ok
[INFO] [stdout] test poll_events_after_watch_errors ... ok
[INFO] [stdout] test it_supports_multiple_tables_and_joins ... ok
[INFO] [stdout] test it_splits_wait_and_apply_for_async_bindings ... ok
[INFO] [stdout] test watch_after_poll_events_errors ... ok
[INFO] [stdout] test it_streams_watch_error_events ... ok
[INFO] [stdout] test it_streams_watch_update_events ... ok
[INFO] [stdout] test it_streams_watch_delete_events ... ok
[INFO] [stdout] test poll_events_returns_row_events_for_new_file ... ok
[INFO] [stdout] test it_streams_watch_events ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/serialization.rs (/opt/rustwide/target/debug/deps/serialization-97934a6050578c0d)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test config_serializes_to_json_value ... ok
[INFO] [stdout] test config_defaults_persist_false_persist_path_none ... ok
[INFO] [stdout] test config_omits_extract_from_table_struct ... ok
[INFO] [stdout] test config_returns_resolved_state ... ok
[INFO] [stdout] test config_reflects_strict_true ... ok
[INFO] [stdout] test config_includes_ignore_patterns ... ok
[INFO] [stdout] test config_reflects_persist_and_persist_path ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dirsql_napi-75701231cb759eb3)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dirsql_py_ext-2dbc9eabf23a6d48)
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests dirsql
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test packages/rust/src/lib.rs - DirSQLBuilder (line 876) ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.55s; merged doctests compilation took 0.54s
[INFO] [stderr]    Doc-tests dirsql_py_ext
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "2e49b1e9e686b13fc07f26d40691939f45a0a8ff8a2b6945f0e8a6ccc33eab3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e49b1e9e686b13fc07f26d40691939f45a0a8ff8a2b6945f0e8a6ccc33eab3a", kill_on_drop: false }`
[INFO] [stdout] 2e49b1e9e686b13fc07f26d40691939f45a0a8ff8a2b6945f0e8a6ccc33eab3a
